From 26021ed30dd69c63dfc3f8bfc4546834e76eb741 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 9 Jul 2007 14:45:01 +0000 Subject: [PATCH] (isearch-edit-string): Call to isearch-push-state after the search. --- lisp/isearch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/isearch.el b/lisp/isearch.el index f5a063200f1..71e5e4bccd3 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1069,6 +1069,7 @@ If first char entered is \\[isearch-yank-word-or-char], then do word search inst ;; Reinvoke the pending search. (isearch-search) + (isearch-push-state) (isearch-update) (if isearch-nonincremental (progn -- 2.30.2